ANativeActivity.callbacks

Pointer to the callback function table of the native application. You can set the functions here to your own callbacks. The callbacks pointer itself here should not be changed; it is allocated and managed for you by the framework.

struct ANativeActivity
ANativeActivityCallbacks* callbacks;

Meta